var github.com/go-pg/pg/v10/types.sliceIntType

2 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L14: 	sliceIntType = reflect.TypeOf([]int(nil))
		array_append.go#L140: 	ints := v.Convert(sliceIntType).Interface().([]int)